home *** CD-ROM | disk | FTP | other *** search
/ The Art Effects Collectio…ks & Ghosted Backgrounds / The Art Effects Collection: Watermarks & Ghosted Backgrounds.iso / go.bat
DOS Batch File  |  1994-11-11  |  1KB  |  38 lines

  1. @echo off
  2. if %1 == /W goto Install
  3. if %1 == /w goto Install
  4. cls
  5. echo ..............................................
  6. echo .                                            .
  7. echo .          Aztech New Media Corp.            .
  8. echo .           Stock Image Library              .
  9. echo .                                            .
  10. echo ..............................................
  11. echo.
  12. echo ------------- Inside WINDOWS -----------------  
  13. echo To Install this Stock Image Library within
  14. echo Windows, start "File Manager",
  15. echo.  
  16. echo 1) select your CD-ROM drive
  17. echo 2) select directory "FOR_PC"
  18. echo 3) double-clicking on "Setup.Exe"
  19. echo ------------- Outside WINDOWS ----------------
  20. echo If you are NOT reading this from the MSDOS
  21. echo Shell in WINDOWS,                         
  22. echo.
  23. echo         Type \GO /W and press [ENTER]
  24. echo. 
  25. echo If you are currently running Windows, use the
  26. echo first method of installation. 
  27. echo.
  28. pause
  29. goto bye
  30. :Install
  31. if not exist \for_pc\setup.exe goto error
  32. win \for_pc\setup.exe
  33. :error
  34. echo Error CD may not be in drive or corectly configured.
  35. echo Please keep the CD in the drive during install.
  36. :bye
  37. echo Thank you for purchasing an Aztech New Media Corp. Stock Image Library.
  38.